Skip to content

Add FuzzedDataProvider utility for structured fuzzing#37

Merged
sethmlarson merged 1 commit intopython:mainfrom
AdamKorcz:add-fuzzeddataprovider
Apr 22, 2026
Merged

Add FuzzedDataProvider utility for structured fuzzing#37
sethmlarson merged 1 commit intopython:mainfrom
AdamKorcz:add-fuzzeddataprovider

Conversation

@AdamKorcz
Copy link
Copy Markdown
Contributor

Pure-Python FuzzedDataProvider matching the atheris API. This is a drop-in replacement for atheris.FuzzedDataProvider that requires no native compilation and is used by structured fuzz harnesses that need controlled random input generation.

@AdamKorcz AdamKorcz requested a review from a team as a code owner April 10, 2026 19:55
@AdamKorcz AdamKorcz marked this pull request as draft April 10, 2026 21:28
@AdamKorcz AdamKorcz marked this pull request as draft April 10, 2026 21:28
@AdamKorcz AdamKorcz marked this pull request as draft April 10, 2026 21:28
Pure-Python FuzzedDataProvider matching the atheris API.
This is a drop-in replacement for atheris.FuzzedDataProvider
that requires no native compilation and is used by structured
fuzz harnesses that need controlled random input generation.
@AdamKorcz AdamKorcz force-pushed the add-fuzzeddataprovider branch from 56bd864 to 5bef75d Compare April 11, 2026 21:00
@sethmlarson sethmlarson marked this pull request as ready for review April 22, 2026 17:41
@sethmlarson sethmlarson merged commit dc49ef7 into python:main Apr 22, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants